type io.discard
6 uses
io (current package)
io.go#L639: var Discard Writer = discard{}
io.go#L641: type discard struct{}
io.go#L645: var _ ReaderFrom = discard{}
io.go#L647: func (discard) Write(p []byte) (int, error) {
io.go#L651: func (discard) WriteString(s string) (int, error) {
io.go#L662: func (discard) ReadFrom(r Reader) (n int64, err error) {
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |